Skip to content

London | May-26 | Shahriar Ahmed | Sprint 1 | Form Controls#1243

Open
SABuilds wants to merge 23 commits into
CodeYourFuture:mainfrom
SABuilds:Form-Controls
Open

London | May-26 | Shahriar Ahmed | Sprint 1 | Form Controls#1243
SABuilds wants to merge 23 commits into
CodeYourFuture:mainfrom
SABuilds:Form-Controls

Conversation

@SABuilds
Copy link
Copy Markdown

@SABuilds SABuilds commented May 9, 2026

Learners, PR Template

Self checklist:

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

I created the form and met the requirements listed. I have tested the accessibility using lighthouse and I have got a score of 100. To summarise my changes, I created a dropdown menu for the sizes, I created a radio for the colours and, I created inputs for email and password. I utilised prettier to keep my code formatted and I utilised live server so I could utilise lighthouse.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 9, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 42c30cf
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a05a19244da2e00084dcce4
😎 Deploy Preview https://deploy-preview-1243--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 92 (🔴 down 8 from production)
Best Practices: 100 (no change from production)
SEO: 85 (🔴 down 1 from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@SABuilds SABuilds added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 1 Assigned during Sprint 1 of this module Submit:PR This work is submitted by creating a PR against CodeYourFuture's fork of this repo. Core This is a core task and should be completed by all trainees labels May 9, 2026
@Luro91 Luro91 added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label May 14, 2026
Copy link
Copy Markdown

@Luro91 Luro91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done. The code looks good and fulfills the requirements. Good job on using single commits for each change. It makes it easier to follow and single commits are also easier to undo if needed

Comment thread Form-Controls/style.css Outdated
Comment on lines +7 to +18
#red {
height: 24px;
width: 24px;
}
#blue {
height: 24px;
width: 24px;
}
#purple {
height: 24px;
width: 24px;
} No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The css is the same for all 3 radio buttons. How could you use less code to achieve the same effect to be applied to all buttons?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using id for each one, I could put them into one class and reference that to style the radio.

@Luro91 Luro91 removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 14, 2026
@Luro91 Luro91 added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. Core This is a core task and should be completed by all trainees 📅 Sprint 1 Assigned during Sprint 1 of this module Submit:PR This work is submitted by creating a PR against CodeYourFuture's fork of this repo.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants